projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b47fdb8
)
(isearch-message-prefix): Undo 2007-03-01 change.
author
Kim F. Storm
<storm@cua.dk>
Tue, 6 Mar 2007 09:19:54 +0000
(09:19 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Tue, 6 Mar 2007 09:19:54 +0000
(09:19 +0000)
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index 612af7e0ecddaba195e4e263953d554b62f66459..2f17af43c14cf3a34f4fc327f3090f053149ce73 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-1957,9
+1957,8
@@
If there is no completion possible, say so and continue searching."
(concat " [" current-input-method-title "]: ")
": ")
)))
- (apply 'propertize
- (concat (upcase (substring m 0 1)) (substring m 1))
- minibuffer-prompt-properties)))
+ (propertize (concat (upcase (substring m 0 1)) (substring m 1))
+ 'face 'minibuffer-prompt)))
(defun isearch-message-suffix (&optional c-q-hack ellipsis)
(concat (if c-q-hack "^Q" "")